home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / DebugWindow1.4.sit / DebugWindow 1.4 ƒ / Debug.h < prev    next >
Text File  |  1993-08-30  |  153b  |  11 lines

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void Debug ( char *format, ... );
  6. void ClearDebugWindow (void);
  7. void DebugTimestamp ( void );
  8.  
  9. #endif
  10.  
  11.